Open
Conversation
实现了一个全新的推荐系统 app,支持直男和同志模式一键切换 主要功能: - 用户偏好模式切换(直男/同志模式) - 四大推荐类别:旅行、娱乐、美食、购物 - 每个类别都有专门的推荐页面 - 高级筛选功能:搜索、地点、评分、价格区间 - 响应式设计,支持深色模式 - 基于用户偏好的智能推荐过滤 技术实现: - 新增数据库 schema:recommendations, favorites, reviews 表 - 添加 preferenceMode 字段到 users 表 - 使用 Zustand 进行状态管理(preference-store) - 创建可复用组件:RecommendationCard, Filters - Mock 数据演示不同模式下的推荐内容 文件变更: - 重新设计主页,添加模式切换和分类入口 - 创建 4 个推荐页面(travel, entertainment, dining, shopping) - 更新数据库 schema 和迁移文件 - 临时禁用 Google Fonts(使用系统字体)
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
实现了一个全新的推荐系统 app,支持直男和同志模式一键切换
主要功能:
技术实现:
文件变更: